home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.047 < prev    next >
Text File  |  1996-02-12  |  29KB  |  695 lines

  1. Frequently Asked Questions (FAQS);faqs.047
  2.  
  3.  
  4.  
  5.        gopher@boombox.micro.umn.edu
  6.  
  7. ---------------------------------------------------------------------
  8. Q5:  Who Develops Gopher Software?
  9.  
  10. A5:  Gopher was originally developed in April 1991 by the University
  11.      of Minnesota Microcomputer, Workstation, Networks Center to help
  12.      our campus find answers to their computer questions.
  13.  
  14.      It has since grown into a full-fledged World Wide Information
  15.      System used by a large number of sites in the world.
  16.  
  17.      Many people have contributed to the project, too numerous to
  18.      count.
  19.  
  20.      The people behind the much of the gopher software can be reached
  21.      via e-mail at gopher@boombox.micro.umn.edu, or via paper mail:
  22.  
  23.       Internet Gopher Developers
  24.       100 Union St. SE #190
  25.       Minneapolis, MN 55455  USA
  26.  
  27.      Or via FAX at:
  28.  
  29.       +1 (612) 625-6817
  30.  
  31. ---------------------------------------------------------------------
  32. Q6:  How can I set up a "CSO" phone book server?  Where is the software?
  33.  
  34. A6:  CSO phone book servers are also known as "qi" servers.  The
  35.      software implementation can be gotten via anonymous ftp from
  36.      uxc.cso.uiuc.edu (128.174.5.50) as /pub/qi.tar.Z.  You may also
  37.      see this referred to as "ph", which is what most of the clients
  38.      are called.  A collected set of clients for Macs, PCs, VMS, VM,
  39.      etc, are in the /pub/ph.tar.Z file.
  40.  
  41.      There is also an archive of the mailing list for qi/ph software on
  42.      the same machine.  It's in /pub/info-ph.archive. You may join the
  43.      list by sending email to info-ph-request@uxc.cso.uiuc.edu.
  44.  
  45.      This software is supported by Paul Pomes <p-pomes@uiuc.edu>
  46.      Contact him for more information.
  47.  
  48. -------------------------------------------------------------------
  49. Q7:  Why can't I access the University of Minnesota's UPI news?
  50.  
  51. A7:  The University of Minnesota has a site license for UPI news, we
  52.      are not allowed to distribute it off of our campus.  We get our
  53.      UPI news from Clarinet.  For more information about getting UPI
  54.      news send mail to info@clarinet.com.  For information about
  55.      setting up your own gopher-UPI server search the gopher-news
  56.      archive for UPI.
  57.  
  58. -------------------------------------------------------------------
  59. Q9:  What are the type characters for the different Gopher Objects?
  60.  
  61. A9:  Normal IDs.
  62.  
  63.      0       Item is a file
  64.      1       Item is a directory
  65.      2       Item is a CSO (qi) phone-book server
  66.      3       Error
  67.      4       Item is a BinHexed Macintosh file.
  68.      5       Item is DOS binary archive of some sort.
  69.      6       Item is a UNIX uuencoded file.
  70.      7       Item is an Index-Search server.
  71.      8       Item points to a text-based telnet session.
  72.      9       Item is a binary file!  Client must read until the connection
  73.                  closes.  Beware.
  74.      T       TN3270 connection.
  75.  
  76.      Experimental IDs.
  77.  
  78.      s       Sound type.  Data stream is a mulaw sound.
  79.      g       GIF type.
  80.      M       MIME type.  Item contains MIME data.
  81.      h       html type.
  82.      I       Image type.
  83.      i       "inline" text type (used by panda).
  84.  
  85. -------------------------------------------------------------------
  86. Q10: When I do full-text searches I always get every document back, Why?
  87.  
  88. A10: This is a problem occasionally encountered with Unix full-text
  89.      indexes.  It is caused by setting up the link incorrectly to a
  90.      gindexd port.
  91.  
  92.      The Path= field should be *blank* when pointing to a gindexd
  93.      index.
  94.  
  95.      Otherwise the client will send the path to the gindexd daemon,
  96.      which interprets everything as a keyword.  This path is
  97.      likely to contain a pathname that is common to all of the indexed
  98.      files.  Thus a search generates hits on everything.
  99.  
  100. -------------------------------------------------------------------
  101. Q11: When I try to build the UNIX software I get an error from make:
  102.      "Must be a separator on rules line #. Stop"  Why?
  103.  
  104. A11: This is a problem with older makes that don't understand the "include"
  105.      keyword.  One easy way to cope with this problem is compiling GNU
  106.      make, which does understand the include keyword.
  107.  
  108.      If this is too difficult, remove the line:
  109.  
  110.       include Makefile.config
  111.  
  112.      from all the Makefiles and paste in a copy of Makefile.config at
  113.      the top of each Makefile.
  114.  
  115.      Or, instead of pasting you can make the client/server by going
  116.      into the appropriate directory and typing:
  117.  
  118.       make -f ../Makefile.config -f Makefile
  119.  
  120. -------------------------------------------------------------------
  121. Q12: What is the relationship between Gopher and (WAIS, WWW, ftp)?
  122.  
  123. A12: Gopher is intimately intertwined with these two other systems.
  124.      As shipped the Unix gopher server has the capability to:
  125.  
  126.        - Search local WAIS indices.
  127.        - Query remote WAIS servers and funnel the results to gopher
  128.          clients.
  129.        - Query remote ftp sites and funnel the results to gopher
  130.          clients.
  131.        - Be queried by WWW (World Wide Web) clients (either using
  132.          built in gopher querying or using native http querying.
  133.  
  134. -------------------------------------------------------------------
  135. Q13: Are papers or articles describing Gopher available?
  136.  
  137. A13: Gopher has a whole chapter devoted to it in :
  138.  
  139.      _The_Whole_Internet_, Ed Kroll, O'Reilly, 1992 (Editors note:
  140.                              ..Great book, go out and buy a bunch!)
  141.  
  142.      Other references include:
  143.  
  144.      _The_Internet_Gopher_, "ConneXions", July 1992, Interop.
  145.  
  146.      _Exploring_Internet_GopherSpace_ "The Internet Society News", v1n2 1992,
  147.  
  148.      (You can subscribe to the Internet Society News by sending e-mail to
  149.       isoc@nri.reston.va.us)
  150.  
  151.      _The_Internet_Gopher_Protocol_, Proceedings of the Twenty-Third
  152.           IETF, CNRI, Section 5.3
  153.  
  154.      _Internet_Gopher_, Proceedings of Canadian Networking '92
  155.  
  156.      _The_Internet_Gopher_, INTERNET: Getting Started, SRI
  157.           International, Section 10.5.5
  158.  
  159.      _Tools_help_Internet_users_discover_on-line_treasures, Computerworld,
  160.           July 20, 1992
  161.  
  162.      _TCP/IP_Network_Administration_, O'Reilly.
  163.  
  164.       Balakrishan, B. (Oct 1992)
  165.         "SPIGopher: Making SPIRES databases accessible through the
  166.       Gopher protocol".  SPIRES Fall '92 Workshop, Chapel Hill, North
  167.       Carolina.
  168.  
  169.       Tomer, C.  Information Technology Standards for Libraries,
  170.       _Journal of the American Society for Information Science_,
  171.       43(8):566-570, Sept 1992.
  172.  
  173.  
  174. -------------------------------------------------------------------
  175. Q14: On a DECstation I get the error message "/etc/svc.conf no such file
  176.      or directory" when running the gopherd server, why?
  177.  
  178. A14: This is caused by the chroot() call in gopherd.  It can be easily
  179.      fixed by running gopherd with the -c option.
  180.  
  181.      Alternatively you can copy /etc/svc.conf into a directory named
  182.      "etc" inside the gopher-data directory.
  183. -------------------------------------------------------------------
  184. Q15: The boolean searching terms don't work for my full-text index, why?
  185.  
  186. A15: This is probably because the searching is being provided by WAIS.
  187.      WAIS opts to return all documents that contain a search phrase
  188.      within certain limits.  WAIS searches do return the documents with
  189.      the highest "score" at the top, those documents will have the
  190.      closest relevance.
  191.  
  192.      Alternatively you could get a booleanized version of wais from
  193.      ftp.bio.indiana.edu.
  194. -------------------------------------------------------------------
  195. Q16: When linking the Unix gopher server with WAIS I get undefined
  196.      symbols,
  197.        such as:
  198.  
  199.          log_file_name
  200.          logfile
  201.          PrintStatus
  202.          find_value
  203.          Sources
  204.          NumSources
  205.  
  206. A17: This happens if you make gopherd before linking in the WAIS ir/ui
  207.      directories.  The fix is to "make clean" or remove
  208.      gopherd/{waisgopher.o,Waisindex.o}    and then remake gopherd.  Or
  209.      link the ir/ui directories first.
  210. -------------------------------------------------------------------
  211. Q18: Why don't my WAIS indexes work?  I never get anything back for searches.
  212.      or Why do I get "Dangling file" error messages in my logfile?
  213.  
  214. A18: The problem could be in the server.  The server should be run
  215.      using the -c option if you want WAIS to work.  Another solution is to
  216.      patch the WAIS code so that it doesn't check the files on the disk.
  217.      Search the gopher-news archive for "dangling".  This will turn up a
  218.      single document with the patch.
  219.  
  220. -------------------------------------------------------------------
  221. Q19: My gopher server doesn't work under inetd, why?
  222.  
  223. A19: It could be that your inetd server only supports a limited amount
  224.      of arguments.  For instance, the maximum number of arguments to an
  225.      inetd server is 5.  You can get around this by combining arguments: i.e.
  226.  
  227.        gopherd -I -c
  228.  
  229.      becomes:
  230.  
  231.        gopherd -Ic
  232.  
  233.      You may also leave the port specifier off of the command line.
  234.      The gopher server automagically finds out the port it's running on.
  235.  
  236. -------------------------------------------------------------------
  237. Q20: This is not a bug report, just a curiousity. I managed to install
  238.      gopher on my PC, more or less by myself, which is a pretty good
  239.      accomplishment, for someone who hasn't installed hardly anything on a
  240.      PC. I then proceeded to load my PC/TCP kernel, ETHDRV, and try to
  241.      start up gopher. It said it couldn't initialize that stack(?). I have
  242.      to load this whenever I use PC/TCP. Incredibly, when I did not load
  243.      ETHDRV, Gopher came up immediately and telneted to our local server.
  244.      How does it know what kernel to load?
  245.  
  246. A20 Dr. Science says,
  247.  
  248.      The Internet Gopher program is not actually computer program at
  249.      all, but a collection of magical incantations handed down from Dark
  250.      Age conjurors.  It works by sending magical "demons" through the air,
  251.      which scour the world for information, and then return to cast
  252.      illusions containing the answer.
  253.  
  254.      When you use the Gopher, your computer isn't actually doing
  255.      anything at all.  Instead, these demons have mesmirized you with an
  256.      evil magical spell, which was invoked by the pattern of
  257.      finger-movements peculiar to the typing of the letters G-O-P-H-E-R on
  258.      your keyboard.  This spell transmits demonic information directly to
  259.      your brain.
  260.  
  261.      Scientists aren't certain of the long-term effects of demonic
  262.      mesmirization, although former presidents have suffered only minor
  263.      medical side-effects from it.  Indeed, since Magic and Science are
  264.      usually opposed to each other, most Scientists are usually
  265.      close-minded about such issues, and will usually respond with some
  266.      vacuous non-answer about "packet drivers", "stacks", and other such
  267.      jargon.
  268.  
  269.      Unlike conventional scientists, Dr. Science is very open-minded and
  270.      is willing to deal with such issues in a frank and honest manner.
  271.      This is why people come to him with questions, and why they've learned
  272.      to rely on and live by his answers.
  273.  
  274.      Dr. Science
  275.          "I'm not a real doctor;  I have a Master's Degree....  in SCIENCE!"
  276.  
  277. :-) :-) :-) :-)
  278. There's always room for a little humor in a FAQ..
  279. -------------------------------------------------------------------
  280. Q21: Help!  I have PC-NFS and want to use the PC-Gopher client.  How?
  281.  
  282. A21: Use a piece of software called PKTMUX, available at fine ftp
  283.      sites everywhere.  This will let you use any packet driver
  284.      application.
  285.  
  286.      Or, aquire a client that supports PC-NFS.  See Q2.
  287. -------------------------------------------------------------------
  288. Q22: How do I nuke a hung TCP connection?  I can't restart my UNIX
  289.      gopher server unless I get rid of it, and I don't want to reboot!
  290.  
  291. A22:
  292.  
  293. Here is an example of using dbx to change a socket from CLOSING to
  294. CLOSED.
  295.  
  296.  # netstat -A|grep CLOSING
  297.  c4bc5100 tcp        0     11  mymachine.gopher 129.89.8.4.70  CLOSING
  298.  # dbx -k /vmunix /dev/mem
  299.  ...
  300.  (dbx) 0xc4bc5100+8/1X                  -- display contents of PCB+8
  301.  c4bc5108:   00000007
  302.  (dbx) assign 0xc4bc5108=0              -- zero it
  303.  0
  304.  (dbx) q
  305.  
  306. After a minute or two, the CLOSED socket should disappear.
  307. -------------------------------------------------------------------
  308. Q23: Is there somewhere I can retrieve a list of announced gopher
  309.      links?  I'd like to keep a local, up-to-date list of available gopher
  310.      holes without requiring our users to gopher to umn just to scan
  311.      GopherSpace.
  312.  
  313. A23: In the Unix client/server distribution is a perl script called
  314.      "gopherdist". Gopherdist can fetch the contents of any point in
  315.      GopherSpace.
  316.  
  317.      To dump the contents of all the North American links from
  318.      gopher.tc.umn.edu do the following:
  319.  
  320.      % gopherdist gopher.tc.umn.edu 70 "1/Other Gopher and Information
  321.        Servers/North America" > .Links
  322. -------------------------------------------------------------------
  323. Q24: Why doesn't my unix gopher client display ISO-Latin-1 characters
  324.      properly?  BTW I'm using a Sun workstation..
  325.  
  326. A24: It is the client's problem, the server is perfectly 8-bit transparent.
  327.      The BSD curses library uses bit 8 in order to remember, whether a
  328.      character has been displayed reverse. So use just /usr/5bin/cc and
  329.      you get the System V curses version which is 8 bit clean.
  330.  
  331.      Note that this may be a problem under other versions of UNIX too...
  332. --
  333.  | Paul Lindner | lindner@boombox.micro.umn.edu   | Slipping into madness
  334.  |              | Computer & Information Services | is good for the sake
  335.  | Gophermaster | University of Minnesota         | of comparision.
  336. ///// / / /    /////// / / / /  /  /  /   /      //// / / / /  /  /  /   /
  337. Xref: bloom-picayune.mit.edu rec.games.go:5722 news.answers:3963
  338. Path: bloom-picayune.mit.edu!senator-bedfellow.mit.edu!senator-bedfellow.mit.edu!usenet
  339. From: adrian@u.washington.edu (Adrian Mariano)
  340. Newsgroups: rec.games.go,news.answers
  341. Subject: The Game Go -- Frequently Asked Questions
  342. Supersedes: <go-faq_719643622@athena.mit.edu>
  343. Followup-To: rec.games.go
  344. Date: 10 Nov 1992 06:00:43 GMT
  345. Organization: University of Washington
  346. Lines: 481
  347. Approved: news-answers-request@MIT.Edu
  348. Expires: 14 Dec 1992 06:00:27 GMT
  349. Message-ID: <go-faq_721375227@athena.mit.edu>
  350. NNTP-Posting-Host: pit-manager.mit.edu
  351. X-Last-Updated: 1992/10/27
  352.  
  353. Archive-name: go-faq
  354.  
  355.                              rec.games.go
  356.                       Frequently Asked Questions
  357.  
  358.                  by Adrian Mariano
  359.                  adrian@u.washington.edu
  360.  
  361. Many FAQs, including this one, are available on the archive site
  362. rtfm.mit.edu in the directory pub/usenet/news.answers.  The name
  363. under which a FAQ is archived appears after the Archive-name
  364. line at the top of the article.  This FAQ is archived as go-faq.
  365.  
  366. If you do not have ftp, you can request messages from rtfm by using
  367. the local mail server.  Send mail to mail-server@rtfm.mit.edu
  368. containing the line "send usenet/news.answers/go-faq" to get this
  369. file.  Send a message containing "help" to get general information
  370. about the mail server.
  371.  
  372. This FAQ is also available on the go archive site:  ftp.u.washington.edu
  373.                                                     (128.95.136.1)
  374.  
  375. You can log into the archive site with the username 'ftp' and any
  376. password using the 'ftp' command.  The files are in various
  377. subdirectories under public/go.  The file public/go/README (posted on
  378. the first of each month to rec.games.go) contains a description of all
  379. files.  Filenames which appear below are relative to public/go.
  380.  
  381. If you don't have ftp, send a message to ftpmail@decwrl.dec.com
  382. containing the single line "help" to get information about ftping by
  383. mail.  If you absolutely cannot get the mail server to work, send an
  384. email request to adrian@u.washington.edu and I will mail you the
  385. files.
  386.  
  387. The go archive site is mirrorred on ftp.pasteur.fr in the pub/Go
  388. directory.  The mirror site is maintained by fmc@cnam.cnam.fr.
  389.  
  390. Questions, comments, and corrections should be sent to
  391. adrian@u.washington.edu.
  392.  
  393.  
  394. 0. Table of Contents
  395. 1. What is go?
  396. 2. What are the differences between different rules?
  397. 3. How does the ranking system work?
  398. 4. What public domain programs can I get to play go?
  399. 5. What commercial programs can I get to play go?
  400. 6. How strong are the commercial programs?
  401. 7. What computer go tournaments exist?  What are the prizes?
  402. 8. What are the different game record formats and how can I display them?
  403. 9. What programs can I get to display go game records?
  404. 10. How do I play games by computer?
  405. 11. Where can I get go equipment, books, etc?
  406. 12. What are the dimensions of a go board?
  407. 13. What books should I read?
  408.  
  409.  
  410.  
  411. 1. What is go?
  412.  
  413. Go is a two player strategy board game.  Players take turns putting
  414. black and white pieces (called stones) on a board.  Stones are placed
  415. on the intersection of the lines on the board, and can be placed on
  416. the edge or in the corner.  Once played a stone can not be moved, but
  417. may be captured by the other player.  A player can pass at any time.
  418. Go is generally played on a 19 by 19 board, but smaller boards such as
  419. 9 by 9 or 13 by 13 are used by beginners or for shorter games.
  420.  
  421. The object of the game is to surround territory and/or your opponent's
  422. stones.  The game ends when both players pass.  Under Japanese rules,
  423. each intersection surrounded and each prisoner counts as a point.  The
  424. player with the most points wins.
  425.  
  426. An empty intersection adjacent to a stone (orthogonally) is called a
  427. liberty.  For example, a single stone in the middle of the board has 4
  428. liberties.  Stones that are adjacent form groups.  Every group must
  429. have at least one liberty.  When a group's last liberty is filled it
  430. is captured and removed from the board.
  431.  
  432. It is illegal to make a move which recreates a preceding board
  433. position (to prevent loops).  The simplest repeating position is
  434. called a ko.
  435.  
  436. A brief introduction to the game in Smart-Go format is available on
  437. the archive site as RULES.SG.  Beginners can also get comp/igo.zip
  438. from the archive site.  This is a stripped down version of Many Faces
  439. of Go for the IBM PC which includes play on the 9 by 9 board and some
  440. instructional material.
  441.  
  442.  
  443.  
  444. 2. What are the differences between different rules?
  445.  
  446. Under Chinese rules, handicap stones are given as free moves whereas
  447. with Japanese rules they are placed on the star points.
  448.  
  449. Under Japanese rules, score is calculated by counting points of
  450. territory and subtracting the number of captured stones.  Points in
  451. seki are not counted.  With the Chinese rules, the score is calculated
  452. by counting both points of territory and the number of stones left on
  453. the board.  The number of captured stones is not counted.  Points
  454. surrounded in seki are counted as territory and points shared in seki
  455. are counted as 1/2 point for each player.  Because the sum of the
  456. scores is always 361, only one color needs to be counted.
  457.  
  458.  
  459.  
  460. 3. How does the ranking system work?
  461.  
  462. The ranks are "kyu" and "dan".  Kyu means pupil and dan means master,
  463. but there is no qualitative difference.  The ranks are like positive
  464. and negative numbers (with no zero).  A beginner starts out with a
  465. high kyu rank (20-30 kyu) and advances to the strongest kyu rank of 1
  466. kyu.  The next rank above 1 kyu is 1 dan (shodan), and the dan ranks
  467. proceed upward to 7 dan.  On the 19x19 board, the number of handicap
  468. stones is the difference between the ranks.  A 3 kyu gives seven
  469. stones to a 10 kyu.  A 2 dan gives 2 stones to a 1 kyu.  The
  470. professional go players have a separate dan scale which goes from 1
  471. dan to 9 dan.  The professional scale has finer gradations than the
  472. amateur scale: the difference between 9 dan and 1 dan is about 2
  473. stones.
  474.  
  475. Statistical analysis of a large number of games (over 2000) by Jos
  476. Vermaseren suggests that the probability of winning an even game is
  477. given by:
  478.  
  479.    P(x) = (1/2)*(2/3)^(2*x)
  480.  
  481. in which x is the positive difference in rank and P(x) is the chance
  482. that the weaker player wins.
  483.  
  484. You can determine your strength only by playing aginast others with
  485. known strength.  There are books like "Test Your Rating", but those
  486. tests are very unreliable.
  487.  
  488. On a 13x13 board, if the rank difference is "diff", then the following
  489. table gives the handicap and komi:
  490.  
  491. diff   Handicap  Komi     diff   Handicap  Komi     diff   Handicap  Komi
  492.   0        0      8.5       7        3      5.5      14        5      2.5
  493.   1        0      5.5        8        3      2.5      15        5     -0.5
  494.   2        0      2.5        9        3     -0.5      16        6      5.5
  495.   3        0     -0.5       10        4      5.5      17        6      2.5
  496.   4        2      5.5       11        4      2.5      18        6     -0.5
  497.   5        2      2.5       12        4     -0.5      19        6     -3.5
  498.   6        2     -0.5       13        5      5.5      20        6     -6.5
  499.  
  500.  
  501.  
  502. 4. What public domain programs can I get to play go?
  503.  
  504. Very few public domain programs exist.  Those that do are extremely
  505. weak. On the archive site, you will find comp/wally.c, which can be
  506. compiled anywhere.  If you think wally.c is too strong, you can get
  507. the even weaker gnugo from prep.ai.mit.edu in pub/gnu/gnugo-1.1.tar.Z.
  508. If you have X11, you can get xgoban from the archive site
  509. (prog/xgoban-1.0.sh.Z) to act as a graphical interface to either wally
  510. or gnugo.  Macintosh users can try MacGo or Dragon Go (available on
  511. the archive site).  Amiga users can get Amigo (comp/amigo.lzh on the
  512. archive site).  Amigo has been ported to X11 (comp/xamigo.sh.Z).  If
  513. you have access to an HP9000 either 680x0 based or HP-PA risc based,
  514. you can get Many Faces of Go for X11 from ftp.uu.net in
  515. games/hp-xgo.shar.Z.
  516.  
  517.  
  518.  
  519. 5. What commercial programs can I get to play go?
  520.  
  521. The information in this section may be somewhat out of date. Prices or
  522. version numbers may be wrong.
  523.  
  524.      The Many Faces of Go, $59.95 (add $2.25 for shipping; in CA add
  525. sales tax)
  526.      ISBN 0-923891-28-5
  527.      (Version for MSDOS)
  528.           Ishi Press International   Ishi Press International
  529.           76 Bonaventura Drive          20 Bruges Place
  530.           San Jose, CA  95134          London England NW1 OTE
  531.           Tel: (408)944-9900     
  532.           FAX: (408)944-9110          071 284 4898
  533.  
  534.           Ishi Press
  535.           1301-5 Yabata
  536.           Chigasaki-Shi
  537.           Kanagawa-ken 253
  538.           (0467)83-4369
  539.           (0467)83-4710 (fax)
  540.           Japan
  541.  
  542.      Star of Poland, Version 3.1, $110
  543.           OPENetwork
  544.           215 Berkeley Pl.
  545.           Brooklyn, NY 11217
  546.           (718) 638-2266
  547.  
  548. Nemesis Version 3 was available for $79 (also $49 for Joseki Tutor and
  549. $59 for Tactical Wizard -- tsume go analyzer).  Current Nemesis is
  550. version 5.  Toyogo is now located in Hawaii.  Call 1-800 TOYOGO9 for
  551. details.
  552.      (versions for Macintosh, PC, and NEC 9801, add $6 for shipping)
  553.  
  554. Go Intellect 1990 Computer Olympiad 1st place; 1990 International
  555. Computer Go Congress world championship tied for 1st/2nd place. Go
  556. Intellect version 2.98 can be ordered directly from the author.  An
  557. reduced cost upgrade from 2.0 to 2.98 is also available (Version for
  558. macintosh)
  559.           Dr. Ken Chen
  560.           4407 Oak Lane
  561.           Charlotte, NC 28213
  562.  
  563. Go Explorer runs on top of Smart Go and is available from Anders
  564. Kierulf. (For macintosh)
  565.           Anders Kierulf
  566.           Smart Game Board
  567.           P.O. Box 7751
  568.           Menlo Park, CA  94026-7751
  569.  
  570. The following is taken from an ad in _Go_World, issue 53, Autumn 88:
  571.      Goliath 2, Dfl 99.- (Add 10% for surface, 20% for air shipment)
  572.      Intl. M.O. or cheque or remit to the following account:
  573.           N.M.B. Bank Amsterdam 69.17.05.070
  574.      (Version for Atari ST, monochrome, and MSDOS)
  575.           Divo Publishing
  576.           M. Gijzenburg 14
  577.           2907 HG Capelle a/d IJssel
  578.           The Netherlands
  579.  
  580. Many Faces of Go, Nemesis, and Contender (Mac) are available from Ishi
  581. Press.
  582.      Ishi Press International   Ishi Press International
  583.      76 Bonaventura Drive     20 Bruges Place
  584.      San Jose, CA  95134     London England NW1 OTE
  585.      Tel: (408)944-9900     
  586.      FAX: (408)944-9110     071 284 4898
  587.  
  588.  
  589.  
  590. 6. How strong are the commercial programs?
  591.  
  592. It's difficult to rank the programs because they are all very
  593. inconsistent in their play.  They may play a sequence of moves that
  594. look dan level, or solve a dan level problem during play, but then a
  595. few moves later they will make a move that a 20 kyu would never make.
  596. Since none of the current programs can learn from their own mistakes,
  597. when the same situation comes up they will make the same bad move
  598. again.
  599.  
  600. The top program in the world (Goliath) claims to be around 8 or 10
  601. Kyu. Many Faces of Go and Nemesis claim to be 13 Kyu.  Poka claims to
  602. be about 17 Kyu, and Dragon Go is about 17 kyu as well.  These claims
  603. are generally based on games that are the first game the human has
  604. played against a computer.  Nemesis has played in AGA rated
  605. tournaments for its rating.
  606.  
  607. David Fotland (Author of Many Faces of Go) says, "I know someone who
  608. was having trouble beating Many Faces at 13 stones until I suggested
  609. he could beat it at 29 stones.  He spent a few weeks trying odd moves
  610. and found some weaknesses, and now he has no trouble beating it at 29
  611. stones. Each of the programs has different weaknesses, but they all
  612. tend to collapse tactically in a complicated position, so if attach
  613. and crosscut a lot you can usually win big."
  614.  
  615. Results of 1991 North American Computer Go Tournament
  616.  
  617. 1st: Many Faces of Go, By David Fotland 2nd: Go Intellect, by Ken Chen
  618. 3rd: Stone, by Kao 4th: Contender, by Lynn Beus and Jim Logan 5th:
  619. Nemesis, by Bruce Wilcox 6th: Swiss Explorer, by Martin Mueller and
  620. Anders Kierulf
  621.  
  622. Swiss Explorer forfeited two games, to Many faces and Nemesis, because
  623. it was late and missed two rounds.  Swiss explorer lost to Contender
  624. due to an unrecoverable crash, but Contender was ahead at the time.
  625. Nemesis lost two games, to Contender and Stone, due to unrecoverable
  626. crashes. The game between Many Faces and Go Intellect was exciting -
  627. both programs killed large enemy groups, and the score swung over 100
  628. points each way in the middle game, then the programs left a very
  629. large ko on the board until the last dame was filled.  Many Faces beat
  630. Stone by about 20 points and Nemesis and Contender by about 140 points
  631. each.
  632.  
  633.  
  634. Results from the 1991 World computer Go Congress:
  635.  
  636. Main Computer Tournament:
  637.  
  638. Place   Program        Author        Country
  639.    Wins
  640.  1  6    Goliath        Mark Boon    Netherlands
  641.  2  5    Go Intellect     Ken Chen    USA   (lost to Goliath)
  642.  3  4    Dragon        Tung-Yueh Liu    Taiwan
  643.  4  4    Weiki III    Sanechika    Japan
  644.  5  4    Star of Poland     Kraszek        Poland
  645.  6  3    Handtalk    ZhiXing Cheng    China
  646.  7  3    Stone        Kuo-Yuan Kao    Taiwan
  647.  8  3     Modgo        Knoepfle    Germany
  648.  9  3    Mac        Won-Ho Jee    Korea
  649. 10  3    Many Faces     David Fotland    USA
  650. 11  2    Nemesis        Bruce Wilcox    USA
  651. 12  2    Hirartsuka    Shigyou        Japan
  652. 13  1    Explorer    Martin Muller    Switzerland
  653. 14  1    Daihoninbo    Yoshikawa    Japan  (Win was due to a bye)
  654. 15  0    Go        Yuzhi Yang    China  (crashed every round)
  655.  
  656. "Best Design" prize for the program with the overall best combination
  657. of ease of use, features, look, and playing strength, went to Many
  658. Faces of Go.
  659.  
  660. Goliath went on to challange the 3 human players (young 5 dans), at a
  661. 16 play handicap and won all 3 games.  It challenged at the next level
  662. (14 play handicap), and lost all three games.  Next year the human
  663. challenge will be at a 14 play handicap.
  664.  
  665.  
  666.  
  667. 7. What computer go tournaments exist?  What are the prizes?
  668.  
  669. There is a North American Championship every year at the Go Congress
  670. the first week of August.  Plaques and the title of North American
  671. Computer Go Champion are the prizes.  There is a similar competition
  672. at the European Go Congress.  There is a Computer Games Olympiad every
  673. year in London in the summer that includes Computer Go.  The Usenix
  674. conference used have a computer go competition every year, and may
  675. still - no prizes.
  676.  
  677. The big money is in the World Computer Go Congress, sponsored by Ing
  678. Chang Chi and Acer in Taiwan.  They have a preliminary competition
  679. every August (formerly held in Europe, USA, and Japan, but now held in
  680. Taipei with programs that are mailed in by their authors).  If you do
  681. well in the preliminary (defined as beating two of 3 benchmark
  682. programs - this year the benchmarks were Stone, Friday, and Goliath)
  683. you will be reimbursed for 1/2 of your air fare to the Congress.  The
  684. congress is held on November 11 and 12 in various places.  In 1990 it
  685. was in Beijing.  In 1991 it was in in Singapore.  First prize for the
  686. best computer program is about $8,000. Second is about $1,000 and 3rd
  687. is about $500.  The winning computer program plays a 3 game series
  688. against the Taiwan youth champion (usually a 12 year old 5 Dan) and
  689. gets another $8000 if it wins.  This prize went unclaimed for five
  690. years, but in 1991 Goliath beat all three human challengers, so the
  691. handicap has been decreased to 14 moves.  The top prize if for winning
  692. a 7 game series against a professional (of unspecified rank) is about
  693. $1.6 Million.  The contest only runs through the year 2000 so the top
  694. prize will go unclaimed.
  695.